home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / id002.dxr / 00001.ls next >
Encoding:
Text File  |  2001-03-02  |  144 b   |  13 lines

  1. on exitFrame
  2.   set n to random(3)
  3.   if n = 1 then
  4.     go(3)
  5.   end if
  6.   if n = 2 then
  7.     go(6)
  8.   end if
  9.   if n = 3 then
  10.     go(10)
  11.   end if
  12. end
  13.